It is not necessary for the users of this API, and causes things
to not work as intended. Without this transient node, styling
"notebook header tabs arrow" has the desired effect on notebook
arrows.
cairo_save (cr);
cairo_new_path (cr);
- gtk_style_context_save (context);
- gtk_style_context_add_class (context, GTK_STYLE_CLASS_ARROW);
-
gtk_do_render_arrow (context, cr, angle, x, y, size);
- gtk_style_context_restore (context);
cairo_restore (cr);
}